libdvbv5_d ~master (2019-01-10T15:59:09Z)
Dub
Repo
File_Ptr
libdvbv5_d
types
An RAII compliant pointer to a
dvb_file
.
struct
File_Ptr {
this(this)
;
this
(string path, fe_delivery_system delsys, dvb_file_formats format);
this
(dvb_file* p);
~this
();
bool
isOpen
();
auto
c_ptr
();
}
Constructors
this
this
(string path, fe_delivery_system delsys, dvb_file_formats format)
Undocumented in source.
this
this
(dvb_file* p)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Alias This
c_ptr
Members
Functions
c_ptr
auto
c_ptr
()
Undocumented in source. Be warned that the author may not have intended to support it.
isOpen
bool
isOpen
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
libdvbv5_d
types
structs
DMX_FD
File_Ptr
FrontendId
FrontendParameters_Ptr
ScanHandler_Ptr
TuningId
An RAII compliant pointer to a dvb_file.